home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0399 / 334 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  852 b 

  1. Date: Fri, 25 Jun 93 13:15:39 -0700
  2. From: ersmith@netcom.com (Eric R. Smith)
  3. Message-Id: <9306252015.AA08993@netcom2.netcom.com>
  4. To: mint@atari.archive.umich.edu
  5. Subject: MiNT 1.07 oops
  6.  
  7. Sorry, I forgot to include this diff in the 1.06 -> 1.07 patches.
  8.  
  9. *** 1.6    1993/06/23 21:05:46
  10. --- xbios.c    1993/06/24 17:39:40
  11. ***************
  12. *** 275,281 ****
  13.       /* OK, now make sure that interrupt routines will have access,
  14.        * too
  15.        */
  16. !         r = addr2region((virtaddr)ptr);
  17.           if (r && get_prot_mode(r) == PROT_P) {
  18.               DEBUG(("Dosound: changing protection to Super"));
  19.               mark_region(r, PROT_S);
  20. --- 275,281 ----
  21.       /* OK, now make sure that interrupt routines will have access,
  22.        * too
  23.        */
  24. !         r = addr2region((long)ptr);
  25.           if (r && get_prot_mode(r) == PROT_P) {
  26.               DEBUG(("Dosound: changing protection to Super"));
  27.               mark_region(r, PROT_S);
  28.